Click or drag to resize

ContentDisposition Constructor (String)

Initializes a new instance of the ContentDisposition class.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ContentDisposition(
	string contentDisposition
)

Parameters

contentDisposition
Type: SystemString
The content disposition.
See Also